home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 31407.TXT < prev    next >
Text File  |  1993-10-14  |  7KB  |  140 lines

  1.        _________________________________________________________________
  2.        STACKER NOTE                                         STACKER NOTE
  3.                        TROUBLESHOOTING STACKER RAM DISKS
  4.                   (Applies to Stacker 3.1 for Windows & DOS)
  5.        STAC FAX 31407  (09/07/93)
  6.        _________________________________________________________________
  7.                                        
  8.        BACKGROUND
  9.        
  10.        This document addresses the most common errors associated with
  11.        compressing ram disks using Stacker 3.1.  This is the companion
  12.        to document 31406, "Compressing a Ram Disk."
  13.        
  14.        ERRORS
  15.            Creating the ram disk
  16.            Positioning the ram disk
  17.            Compressing the ram disk
  18.            PC-Kwik RAM disks
  19.            386MAX RAM disks
  20.             
  21.        Creating the ram disk
  22.        
  23.        Stacker cannot create a ram disk, but it can compress one.  You
  24.        must use a ram disk utility to create the ram disk before
  25.        attempting to compress it.  Stacker requires that such a disk be
  26.        created using 512-byte sectors.  Consult your ram disk utility's
  27.        user guide for installation requirements for creating such a ram
  28.        disk.  If you experience difficulty with this step, then contact
  29.        the manufacturer of the ram disk utility for technical support.
  30.        
  31.        Positioning the ram disk
  32.        
  33.        The most common error associated with positioning a ram disk is
  34.        that drive letter assignments may change and affect other
  35.        programs that have been configured for specific drive letters.
  36.        
  37.         1. Error:  (at boot time)  Warning:  Located a Windows
  38.            permanent swap file on a disk to be swapped, but  could not
  39.            find the Windows file, SPART.PAR, pointing to it.  Press any
  40.            key to continue...
  41.                                     and/or
  42.            
  43.            (when starting Windows)  Corrupt Swap-File Warning  The
  44.            permanent swap file is corrupt...
  45.            
  46.            Background:  The ram disk device driver was added to the
  47.            CONFIG.SYS file before the STACHIGH.SYS driver, displacing
  48.            the drive on which the Windows permanent swap file resides.
  49.            
  50.            Solution:  Move the ram disk device driver after the
  51.            STACHIGH.SYS driver in the CONFIG.SYS file, and follow the
  52.            procedure "Using CREATE," in document 31406, "Compressing a
  53.            Ram Disk," instead.
  54.             
  55.        Compressing the ram disk
  56.        
  57.         1. Error:  (At boot time)  SCREATE - 3.10, (C) 1991-93 Stac
  58.            Electronics, Carlsbad CA
  59.            X:\STACVOL.DSK <-- Cannot create, disk full or bad
  60.            drive/file name.
  61.            Press any key to continue...
  62.            
  63.            Background:  SCREATE.SYS is pointing to an invalid drive.
  64.            SCREATE may be loading prematurely, or it is referencing the
  65.            incorrect drive letter for the ram drive.
  66.            
  67.            Solution:  Reboot the computer and note the startup
  68.            messages.  The ram disk utility should indicate its drive
  69.            letter before SCREATE.SYS loads.  Ensure that SCREATE.SYS is
  70.            processing the correct drive letter and that it follows the
  71.            ram disk device driver in the CONFIG.SYS FILE.
  72.            
  73.            If any portion of the ram disk utility executes from the
  74.            AUTOEXEC.BAT file, then you cannot use SCREATE.SYS to
  75.            compress the ram disk.  Follow the procedure "Using CREATE"
  76.            in document 31406 "Compressing a Ram Disk," instead.
  77.             
  78.         
  79.        PC-Kwik RAM disks
  80.        
  81.         1. Error:  (when running CHKDSK to verify the integrity of the
  82.            ram disk)  First allocation unit is invalid, entry
  83.            truncated.
  84.         
  85.            Background:  The ram disk device driver was added to the
  86.            CONFIG.SYS file before the STACHIGH.SYS driver.
  87.            
  88.            Solution:  Move the ram disk device driver after the
  89.            STACHIGH.SYS driver in the CONFIG.SYS file, and follow the
  90.            procedure "Using CREATE," in document 31406, "Compressing a
  91.            Ram Disk," instead.
  92.         
  93.         2. Error:  (At boot time)  You must install PC-Kwik cache
  94.            before using PC-Kwik RAM Disk.  CREATE ERROR #027:  Drive is
  95.            write protected or other error.  Please insert a non-write
  96.            protected disk and try again.
  97.            
  98.            Background:  CREATE is executing in the AUTOEXEC.BAT file
  99.            before PC-Kwik's ram disk is enabled.
  100.            
  101.            Solution:  Modify the AUTOEXEC.BAT file so that PC-Kwik's
  102.            ram disk is enabled before Stacker's CREATE command.  See
  103.            "Using CREATE," in document 31406, "Compressing a Ram Disk."
  104.             
  105.        386MAX RAM disks
  106.        
  107.         1. Error:  At boot time, 386DISK reports that it successfully
  108.            creates a ram disk and displays its drive letter.  However,
  109.            the ram disk is actually a different drive letter, causing
  110.            Stacker commands CREATE and SCREATE to fail.
  111.         
  112.            Background:  The ram disk device driver was loaded high
  113.            using the EMM386 MAXIMIZE program.  It must be loaded into
  114.            conventional memory to function properly.
  115.            
  116.            Solution:  Remove the EMM386 "386load.sys" commands from the
  117.            ram disk device driver in your CONFIG.SYS file.  For
  118.            example, the 386MAX ram disk utility loaded high looks
  119.            something like this: (on one line)
  120.         
  121.                  device=c:\386MAX\386load.sys size=6016 flexframe
  122.                        prog=c:\386MAX\386disk.sys 128 512 16 /xms
  123.         
  124.            Corrected, it looks something like this:
  125.         
  126.                  device=c:\386MAX\386disk.sys 128 512 16 /xms
  127.         
  128.            This has the effect of loading the ram disk device driver
  129.            into conventional memory.  Ram disk device drivers are
  130.            typically 1 kilobyte in size or less, so this solution has
  131.            minimal impact on the amount of available conventional
  132.            memory.  Note:  you must repeat this procedure every time
  133.            you run 386MAX's QUICK MAXIMIZE because it automatically
  134.            loads the ram disk device driver high.  An alternate
  135.            solution is to run 386MAX's FULL MAXIMIZE instead, and to
  136.            choose loading the ram disk device driver into conventional
  137.            memory.
  138.        _________________________________________________________________
  139.        Copyright 1993, Stac Electronics                      
  140.